github.com/prebid/prebid-server@v0.275.0/adapters/bidmachine/bidmachinetest/supplemental/empty-banner-format .json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-impression-id-1", 7 "banner": { 8 "format": [] 9 } 10 } 11 ] 12 }, 13 "expectedMakeRequestsErrors": [ 14 { 15 "value": "Impression with id: test-impression-id-1 has following error: Banner width and height is not provided and banner format array is empty. At least one is required", 16 "comparison": "literal" 17 } 18 ] 19 }